Using GrADS with G-RSM output


G-RSM output is in GRIB format. We recommend GrADS software to read the data. GrADS Home
wgrib is a very useful tool for GRIB files. wgrib Home





Note: grmean error on IBM was fixed. "len" function was replaced by "len_trim". Go to libs/etc/util_ibmsp. Type $ cvs update grmean.F. You will get a new grmean.F. Type $ make , which will recompile the new grmean.F. (Nov 11th, 2006)



Files related to questions:

griblst.in griblst.in grmean.out grmean.out - Provided by Sai Ming

Discussions

hko

grmean

hko 10 November 2006 10:08:21

Hi,
I ran grmean but got the message "stat error" and a coredump message.
Sai Ming

hko
hko 13 November 2006 02:31:01

Hi,
The grmean that comes with the GSM suite seems to work now. But the one that comes with the RSM suite still has problems. When I type make, I got the following message:
libs/lib/w3lib.a not found
libs/lib/libncaru.a not found
Sai Ming

hko

grmap

hko 22 November 2006 10:04:06

Hi,
I ran libs/etc/grmap gribfile and got the following message:
exec(): 0509-036 Cannot load program gribmap because of the following errors:
0509-030 Insufficient permission to create loader domain /usr/lib/libiconv.a
0509-026 System error: The file access permissions do not allow the specified action.

Any ideas of what went wrong? I got the control file (.ctl) but not the index file (.idx)
Sai Ming

khideki
khideki 22 November 2006 17:42:48

Do you get the same error when you type

$ gribmap -i yourcontrolfile.ctl

? If yes, your gribmap is not working properly.
grmap script calls gribmap.
It sounds like your system enviroment problem that
causes the gribmap error.

Hideki